const runtime._STB_WEAK

2 uses

	runtime (current package)
		vdso_linux.go#L47: 	_STB_WEAK   = 2 /* Weak symbol */
		vdso_linux.go#L217: 		if typ != _STT_FUNC && typ != _STT_NOTYPE || bind != _STB_GLOBAL && bind != _STB_WEAK || sym.st_shndx == _SHN_UNDEF {